home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / mus / edit / tracker_3_19bin.readme < prev    next >
Encoding:
Text File  |  1993-11-25  |  2.4 KB  |  65 lines

  1. Short: Music tracker, works on A4k, w/ src
  2.  
  3. OVERVIEW
  4. --------
  5.  
  6. This document is an short overview of some errors I found while
  7. trying to compile tracker with SAS/C 6.3. I also changed some
  8. smaller other things. Sourcecodes are all included.
  9. NOTE: The tracker is only the second one who I found which works
  10. properly on my A4000. All the other one had timing problems.
  11. In this Version i've only included the amiga_support.c-file.
  12. All other find should be found in the same directory in
  13. the archive tracker-3_19.lzh
  14.  
  15. Errors found while trying to compile tracker
  16. --------------------------------------------
  17.  
  18. - the amiga_support.c-file had and still has many warnings.
  19.   I didn't look for all of them. (all other corrections only on this file)
  20.  
  21. - There was one error with the in the NewGadget structure in
  22.   the same file. I set &topaz to NULL and it worked just fine.
  23.  
  24. - there was no read.c but a st_read.c, so I renamed it to read.c
  25.  
  26. - you need to copy _main.c in the same directory like tracker
  27.  
  28. Other things I tried to correct (concerning the control panel):
  29. ---------------------------------------------------------------
  30.  
  31. - Added the topaz-Font while initialising of the gadgets
  32.  
  33. - Fixed left, top, width and height of gadgets and the window:
  34.   Gadgettext is inside of the gadgets, gadgets are adaptet to the
  35.   size of the textwidth
  36.  
  37. Some bugs i found, but didn't look for
  38. --------------------------------------
  39.  
  40. - When pressing forward pattern, or back pattern, the speed does change
  41.   incorrectly, sometimes even pressing NTSC/PAL doesn't help to it
  42.   
  43. - the actual patternnumber isn't shown on the Intuition window, but on
  44.   the console window (bug or feature ? ;-)
  45.   
  46. - idea: How about starting as a background task (SAS/C: cback) ans/or
  47.   as a workbench process
  48.  
  49. Reinhard Katzmann
  50.  
  51. (EMAIL write to zxmrd01@studserv.zdv.uni-tuebingen.de or
  52.                 katzmann@samba,informatik.uni-tuebingen.de or
  53.                 rkatzman@nolde.gris.informatik.uni-tuebingen.de)
  54.  
  55. System Configuration: 
  56. ---------------------
  57.  
  58. - A4000/040, 8 MB 32 Bit Fastram, 2 MB Chipram, 125 MB Harddisk
  59. - Advanced Nexus Controller (Zorro II), 2MB 16 Bit Fastram, 100 MB Harddisk
  60. - Toccata Zorro II Soundcard (yes I am a proud owner of it :-)
  61. - Running programs: PatchPointer1.02, AssignWedge, Yak1.55, Arq1.77,
  62.                     ForceMonitor3.10, Garshneblanker, Magic Menu1.27,
  63.                     ToolManager 2.1, CSH5.31, MegaView1.2, StatRam1.3
  64. - Kickstart 40.55 (MapROM), Workbench 40.23
  65.